home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00051.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  347 b   |  15 lines

  1. global gspspeed, gp_num, gzoom, gplayall
  2.  
  3. on exitFrame
  4.   unloadMember()
  5.   if gzoom = 1 then
  6.     set gzoom to 0
  7.     set the castNum of sprite 14 to the number of member "Photo1s,St" + gp_num
  8.     updateStage()
  9.     if gplayall = 1 then
  10.       set the castNum of sprite 9 to the number of member "PlayAll,D2"
  11.     end if
  12.   end if
  13.   stwait(gspspeed)
  14. end
  15.